FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package rki.demis.common#2.0.0-alpha.1 (78 ms)

Package rki.demis.common
Type StructureDefinition
Id Id
FHIR Version R4
Source https://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@2.0.0-alpha.1&canonical=https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
Url https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility
Version 2.0.0
Status active
Date 2024-06-18
Name NotifiedPersonFacility
Title Betroffenen-Einrichtung
Experimental False
Realm de
Description Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
https://demis.rki.de/fhir/StructureDefinition/FacilityAddressNotifiedPerson Einrichtungsadresse Betroffene Person

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/address-de-basis Adresse, deutsches Basisprofil
https://demis.rki.de/fhir/StructureDefinition/Comment Kommentar
https://demis.rki.de/fhir/ValueSet/organizationType Einrichtungsart
https://demis.rki.de/fhir/ValueSet/postalCode Postleitzahl


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "NotifiedPersonFacility",
  "url" : "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility",
  "version" : "2.0.0",
  "name" : "NotifiedPersonFacility",
  "title" : "Betroffenen-Einrichtung",
  "status" : "active",
  "date" : "2024-06-18",
  "description" : "Sofern dem Melder bekannt ist, wo sich die betroffene Person derzeit aufhält (abweichend vom Hauptwohnsitz) ist diese Information anzugeben.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.meta",
        "path" : "Organization.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.meta.profile",
        "path" : "Organization.meta.profile",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.meta.profile:notifiedPersonFacility",
        "path" : "Organization.meta.profile",
        "sliceName" : "notifiedPersonFacility",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonFacility",
        "mustSupport" : true
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "short" : "Art der Einrichtung",
        "definition" : "Art der Einrichtung. Der Wert muss entsprechend des vom RKI definierten ValueSets (https://demis.rki.de/fhir/ValueSet/organizationType) im coding Element dargestellt werden.",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Organization.type.coding",
        "path" : "Organization.type.coding",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://demis.rki.de/fhir/ValueSet/organizationType"
        }
      },
      {
        "id" : "Organization.type.coding.system",
        "path" : "Organization.type.coding.system",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.type.coding.code",
        "path" : "Organization.type.coding.code",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.type.text",
        "path" : "Organization.type.text",
        "max" : "0"
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "short" : "Einrichtungsname",
        "definition" : "Einrichtungsname",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "closed"
        },
        "short" : "Kontaktangaben der Betroffenen Person",
        "definition" : "Kontaktangaben der Betroffenen Person. Telefonnummern oder E-Mailadressen können angegeben werden.",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:Email",
        "path" : "Organization.telecom",
        "sliceName" : "Email"
      },
      {
        "id" : "Organization.telecom:Email.system",
        "path" : "Organization.telecom.system",
        "min" : 1,
        "fixedCode" : "email",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:Email.value",
        "path" : "Organization.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validEmailAddress",
            "severity" : "error",
            "human" : "Die E-Mail-Adresse muss valide sein.",
            "expression" : "$this.matches('^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:Phone",
        "path" : "Organization.telecom",
        "sliceName" : "Phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:Phone.extension",
        "path" : "Organization.telecom.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.telecom:Phone.extension:comment",
        "path" : "Organization.telecom.extension",
        "sliceName" : "comment",
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://demis.rki.de/fhir/StructureDefinition/Comment"
            ]
          }
        ]
      },
      {
        "id" : "Organization.telecom:Phone.system",
        "path" : "Organization.telecom.system",
        "min" : 1,
        "fixedCode" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:Phone.value",
        "path" : "Organization.telecom.value",
        "min" : 1,
        "constraint" : [
          {
            "key" : "validPhoneNumber",
            "severity" : "error",
            "human" : "Die Telefonnummer muss valide sein.",
            "expression" : "$this.matches('^[0+][0-9 \\\\-\\\\(\\\\)]{6,50}$')"
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "short" : "Einrichtungsaddresse",
        "definition" : "Einrichtungsaddresse",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.line",
        "path" : "Organization.address.line",
        "max" : "1"
      },
      {
        "id" : "Organization.address.line.extension",
        "path" : "Organization.address.line.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.address.line.extension:Postfach",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Postfach",
        "max" : "0"
      },
      {
        "id" : "Organization.address.postalCode",
        "path" : "Organization.address.postalCode",
        "binding" : {
          "strength" : "preferred",
          "valueSet" : "https://demis.rki.de/fhir/ValueSet/postalCode"
        }
      },
      {
        "id" : "Organization.address.country",
        "path" : "Organization.address.country",
        "binding" : {
          "strength" : "extensible",
          "valueSet" : "http://hl7.org/fhir/ValueSet/iso3166-1-2"
        }
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "short" : "Ãœbergeordnete Einrichtung, zu der diese Einrichtung gehört",
        "definition" : "Ãœbergeordnete Einrichtung, zu der diese Einrichtung gehört",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact",
        "path" : "Organization.contact",
        "short" : "Ansprechpartner der Einrichtung",
        "definition" : "Ansprechpartner der Einrichtung",
        "mustSupport" : true
      },
      {
        "id" : "Organization.contact.address",
        "path" : "Organization.contact.address",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id" : "Organization.endpoint",
        "path" : "Organization.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.